home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 1-Reference / User Groups DB / User Groups.res / User Groups.res.rsrc / 4DTE_15028 < prev    next >
Text File  |  1990-04-04  |  193b  |  8 lines

  1. InsMung(Text1;Text2;LongInt)
  2.  
  3. InsMung will insert Text2 into Text1 at position LongInt.
  4.  
  5. LongInt<=0 will insert Text2 in front of Text1.
  6.  
  7. LongInt>=Length(Text1) will insert Text2 behind Text1.
  8.